home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000281_news@columbia.edu _Fri Jan 12 16:45:29 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id QAA02680 for <kermit.misc@watsun>; Fri, 12 Jan 1996 16:45:28 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id QAA22877 for kermit.misc@watsun; Fri, 12 Jan 1996 16:45:23 -0500 (EST)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!newsfeed.internetmci.com!news.kei.com!newsstand.cit.cornell.edu!newstand.syr.edu!usenet
  5. From: vefatica@syr.edu (Vincent Fatica)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: 2 PCs directly linked?
  8. Date: Fri, 12 Jan 1996 17:44:11 GMT
  9. Organization: Syracuse University
  10. Lines: 38
  11. Message-ID: <30f69a2f.102903867@128.230.1.4>
  12. References: <4d3i3q$nn0@n.ruf.uni-freiburg.de>
  13. Reply-To: vefatica@syr.edu
  14. NNTP-Posting-Host: sudial4-035.syr.edu
  15. X-Newsreader: Forte Agent .99c/16.141
  16.  
  17. gartmann@immunbio.mpg.de (Christoph Gartmann) wrote:
  18.  
  19. >Hello,
  20. >
  21. >I have an old PC running MS-DOS V3.3 and a new one running V6.22 . The old
  22. >PC has a 5.25' disk drive, the new one uses 3.5' . Now I would like to 
  23. >transfer a bunch of files from the old one to the new one and thought I
  24. >could use Kermit. Is this possible? If so, is a simple modem cable between
  25. >the two PCs sufficient? Does C-Kermit run under MS-DOS 3.3?
  26.  
  27. Christoph,
  28.  
  29. This is very possible; I do it all the time between two Windows95 machines
  30. and between a Windows95 machine and a Linux machine. I don't know if the old
  31. DOS version will cause any problems.
  32.  
  33. A modem cable will not work. You need a NULL MODEM CABLE (same price as a
  34. modem cable) or you can use a NULL MODEM ADAPTER (about $3 U.S.) with a
  35. regular modem cable. In a null modem cable or adapter, the SEND pin on each
  36. end is connected to the RECEIVE pin on the other end.
  37.  
  38. Once the null modem is in place, tell each Kermit to
  39.  
  40.     set port comN    (whatever COM ports you're using)
  41.     set speed ...    (the same on both ends)
  42.     set flow rts
  43.     connect
  44.  
  45. Or, you can give one of the Kermits the "server" command; then, from the
  46. other Kermit, in "connect" mode, give commands to the server like "send",
  47. "get", "remote cd", "remote dir", et cetera.
  48.  
  49.  - Vince
  50. ___
  51.    Vincent Fatica
  52.    Syracuse University Mathematics
  53.    vefatica@syr.edu
  54.    http://barnyard.syr.edu/~vefatica/